Skip to content

fix(init,feedback): default to tracing only in feature select and attach user email to feedback#688

Merged
MathurAditya724 merged 1 commit intomainfrom
fix/init-default-features-and-feedback-email
Apr 8, 2026
Merged

fix(init,feedback): default to tracing only in feature select and attach user email to feedback#688
MathurAditya724 merged 1 commit intomainfrom
fix/init-default-features-and-feedback-email

Conversation

@MathurAditya724
Copy link
Copy Markdown
Member

Summary

  • Init wizard: The multi-select feature prompt now pre-selects only Performance Monitoring (Tracing) instead of all features. --yes mode continues to select all features.
  • Feedback command: Passes the stored user email and name to Sentry.captureFeedback() so feedback events display the user's identity in the Sentry UI instead of "Anonymous User".

Changes

File Change
src/lib/init/interactive.ts initialValues: optionalinitialValues: optional.filter(f => f === "performanceMonitoring")
src/commands/cli/feedback.ts Read stored user info from DB and pass email/name to captureFeedback()

…ach user email to feedback

- Init wizard multi-select now pre-selects only Performance Monitoring (Tracing)
  instead of all features. --yes mode still selects all features.
- Feedback command now passes stored user email/name to Sentry.captureFeedback()
  so feedback shows the user's identity instead of 'Anonymous User'.
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 8, 2026

Semver Impact of This PR

🟢 Patch (bug fixes)

📋 Changelog Preview

This is how your changes will appear in the changelog.
Entries from this PR are highlighted with a left border (blockquote style).


Bug Fixes 🐛

  • (init,feedback) Default to tracing only in feature select and attach user email to feedback by MathurAditya724 in #688

Internal Changes 🔧

  • (eval) Replace OpenAI with Anthropic SDK in init-eval judge by betegon in #683
  • (init) Use markdown pipeline for spinner messages by betegon in #686
  • Regenerate skill files and command docs by github-actions[bot] in 584ec0e0

🤖 This preview updates automatically when you update the PR.

@MathurAditya724 MathurAditya724 marked this pull request as ready for review April 8, 2026 14:29
@MathurAditya724 MathurAditya724 enabled auto-merge (squash) April 8, 2026 14:29
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 8, 2026

Codecov Results 📊

134 passed | Total: 134 | Pass Rate: 100% | Execution Time: 0ms

📊 Comparison with Base Branch

Metric Change
Total Tests
Passed Tests
Failed Tests
Skipped Tests

✨ No test changes detected

All tests are passing successfully.

✅ Patch coverage is 100.00%. Project has 1476 uncovered lines.
✅ Project coverage is 95.46%. Comparing base (base) to head (head).

Coverage diff
@@            Coverage Diff             @@
##          main       #PR       +/-##
==========================================
+ Coverage    95.45%    95.46%    +0.01%
==========================================
  Files          223       223         —
  Lines        32510     32510         —
  Branches         0         0         —
==========================================
+ Hits         31030     31034        +4
- Misses        1480      1476        -4
- Partials         0         0         —

Generated by Codecov Action

@MathurAditya724 MathurAditya724 merged commit 73573b9 into main Apr 8, 2026
23 checks passed
@MathurAditya724 MathurAditya724 deleted the fix/init-default-features-and-feedback-email branch April 8, 2026 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant